{"type":"object","description":"Provision Google Wallet request body.\n","required":["deviceId","deviceType","provisioningAppVersion","walletAccountId"],"properties":{"deviceId":{"type":"string","minLength":1,"maxLength":24,"description":"Unique identifier of the user’s Google device. Must be between 1 and 24 characters."},"deviceType":{"type":"string","enum":["MOBILE_PHONE","TABLET","WATCH"],"description":"Type of device where the digital wallet token will be provisioned."},"provisioningAppVersion":{"type":"string","minLength":1,"maxLength":50,"description":"Version of the application initiating the provisioning request."},"walletAccountId":{"type":"string","minLength":1,"maxLength":50,"description":"The user's Google Wallet account ID, provided by Google during the provisioning process."},"stableHardwareId":{"type":"string","minLength":1,"maxLength":50,"description":"A stable hardware identifier for the user's device, such as ANDROID_ID for Android devices."}}}